home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / cup tree.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  34 lines

  1. <!-- panel for a single tie in a cup tree -->
  2.  
  3. <panel>
  4.  
  5.     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  6.  
  7.     <widget class="scrolling_box">
  8.  
  9.         <!-- horizontal sizing mode should be "fit contents" -->
  10.         <boolean id="fith" value="true"/>
  11.         <boolean id="fitv" value="true"/>
  12.         <boolean id="scst" value="true"/>
  13.  
  14.         <!-- rounds container -->
  15.         <widget id="rnds" class="group_box">    
  16.  
  17.             <layout class="fit_children_attachment" alignment="horizontal, fill" offset="0"/>
  18.             <layout class="fit_children_attachment" alignment="vertical" offset="4" gap="0"/>
  19.             <layout class="arrange_horizontal_attachment" alignment="left" offset="0"/>
  20.             <layout class="stick_to_sides_attachment" alignment="top" offset="0" layout_children="true"/>
  21.             
  22.             <!-- define the appearence the panels containing the team in each round -->
  23.             <!-- Note: The appearence of each tie within the round is defined in cup_tree_tie.xml -->
  24.             <!-- Round Panel width -->
  25.             <integer id="rndw" value="250"/>
  26.             <!-- Round panel type -->
  27.             <string id="rndt" value="tbox"/>
  28.             
  29.             
  30.         </widget>
  31.  
  32.     </widget>
  33.  
  34. </panel>